diff options
Diffstat (limited to 'src/pages/[locale]/furthsettins/scotsoun/index.astro')
| -rw-r--r-- | src/pages/[locale]/furthsettins/scotsoun/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/[locale]/furthsettins/scotsoun/index.astro b/src/pages/[locale]/furthsettins/scotsoun/index.astro index cd2e1fe..feb86a3 100644 --- a/src/pages/[locale]/furthsettins/scotsoun/index.astro +++ b/src/pages/[locale]/furthsettins/scotsoun/index.astro @@ -17,6 +17,6 @@ const t = translate(locale); <Page locale={locale} title={t(tPage, { key: 'title' })}> <section class="section--full-width"> <h1>Scotsoun</h1> - <ScotsounCdGallery /> + <ScotsounCdGallery locale={locale} /> </section> </Page> |
